SftTree/OCX 7.0

SftTreeItems.PlusMinusImageExpandable Property

Softel vdm, Inc.

Defines the graphic used to display an expandable item's plus/minus graphic.

Syntax       

Get

VB.NET

refImageObj = object.PlusMinusImageExpandable  As SftPictureObject

VB

Set refImageObj = object.PlusMinusImageExpandable  As SftPictureObject

C#.NET

SftPictureObject refImageObj = object.PlusMinusImageExpandable;

VC++

ISftPictureObject* refImageObj = object->PlusMinusImageExpandable;
ISftPictureObject* refImageObj = object->GetPlusMinusImageExpandable();

C

HRESULT object->get_PlusMinusImageExpandable(ISftPictureObject** refImageObj);

Delphi

refImageObj := object.PlusMinusImageExpandable  : ISftPictureObject;

Put

VB.NET

object.PlusMinusImageExpandable = refImageObj  As SftPictureObject

VB

object.PlusMinusImageExpandable = refImageObj  As SftPictureObject

C#.NET

SftPictureObject object.PlusMinusImageExpandable = refImageObj;

VC++

ISftPictureObject* object->PlusMinusImageExpandable = refImageObj;
void object->PutPlusMinusImageExpandable(ISftPictureObject* refImageObj);

C

HRESULT object->put_PlusMinusImageExpandable(ISftPictureObject* refImageObj);

Delphi

object.PlusMinusImageExpandable := refImageObj  : ISftPictureObject;

object

A SftTreeItems object.

refImageObj

Defines the graphic used to display an expandable item's plus/minus graphic.  Only bitmaps are supported (GDI+ images, icons, metafiles, ImageLists, etc. are not supported).

Comments

The PlusMinusImageExpandable property defines the graphic used to display an expandable item's plus/minus graphic.

All items which are expandable will be displayed with this plus/minus graphic.  Individual items cannot override the plus/minus graphic.

Plus/minus graphics are not shown until the properties Items.PlusMinusImageExpandable and Items.PlusMinusImageExpanded define valid graphics.  The Items.PlusMinusImageLeaf property is optional.

All graphics used in a tree control as Items.PlusMinusImageExpandable, Items.PlusMinusImageExpanded and Items.PlusMinusImageLeaf properties at the same time must be the same size (height and width).  The dimensions of the graphics are used to calculate the minimum dimension for items, so graphics used as plus/minus graphics are never clipped vertically.  To change the plus/minus graphic size, the plus/minus graphics properties Items.PlusMinusImageExpandable, Items.PlusMinusImageExpanded and Items.PlusMinusImageLeaf must be set to the value Nothing (NULL) before assigning new plus/minus graphics.

If an item is disabled (see Item.Enabled property), the plus/minus graphic is drawn in a "grayed" fashion, if it is based on a bitmap. Other image types, like color samples, .NET image objects, etc., must be explicitly replaced with a grayed image if a different rendering of a disabled image is desired.

The PlusMinusImageExpandable property can be set to the value Nothing (NULL).  Plus/minus graphics are then no longer displayed.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com